From 7956dd271c70a8d596510bd74d28d1139a599db2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 31 Jan 2014 18:46:33 -0500 Subject: [PATCH] Fix a case of nested comments --- gtk/gtkfilefilter.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gtk/gtkfilefilter.c b/gtk/gtkfilefilter.c index 463f04d9c2..fb4fc66bd7 100644 --- a/gtk/gtkfilefilter.c +++ b/gtk/gtkfilefilter.c @@ -45,7 +45,8 @@ * supports adding rules using the <mime-types>, <patterns> and * <applications> elements and listing the rules within. Specifying * a <mime-type> or <pattern> is the same - * as calling gtk_recent_filter_add_mime_type() or gtk_recent_filter_add_pattern() + * as calling gtk_recent_filter_add_mime_type() + * or gtk_recent_filter_add_pattern(). * * * A UI definition fragment specifying GtkFileFilter rules @@ -53,7 +54,7 @@ * * * text/plain - * image/* + * image/* * * * *.txt -- 2.30.2